Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/swapnilsparsh/30DaysOfJavaScript/210 - TempWizard/

indexsamp.html /cody/swapnilsparsh/30DaysOfJavaScript/210 - TempWizard/indexsamp.html
393 Views
0 Comments
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<div><h1>TEMPERATURE CONVERTER</h1></div>

script.js /cody/swapnilsparsh/30DaysOfJavaScript/210 - TempWizard/script.js
231 Views
0 Comments
let celsius =
document.getElementById('celsius');
let fahrenheit =
document.getElementById(
style.css /cody/swapnilsparsh/30DaysOfJavaScript/210 - TempWizard/style.css
137 Views
0 Comments
body {
font-family: Arial, sans-serif;
text-align: center;
margin: 0;
padding: 0;
background-color: #f0f0f0;
}